Sync site copy, worker queues, and ADR pointers - #578
Open
prathamdby wants to merge 3 commits into
Open
Conversation
- Point ADR 0003 and 0028 at live publish_summary files - Add /verify, /cancel, Checks, and CI events to landing copy
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
PR Agent ReviewNote
5a24f80 ⋅ general ⋅ 15m 9s ⋅ meituan/longcat-2.0:free |
prathamdby
marked this pull request as ready for review
September 5, 2026 22:06
- Add code-index-build to worker consumer lists in README, env, and ops docs - Point configuration constant rows at their defining files - Align landing triage, docs-only, specialist, and provider copy - Replace the description gallery File Walkthrough with Review map - Retarget ADR 0022 size and ADR 0025 brief tool names
- Pad README and configuration tables after longer rows - Wrap the alternatives intro to the formatter line length
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Operator and landing copy now matches the live worker, review, and description contracts on main.
publish_summaryas the live summary tool. Incremental publish files arepublishFindingBatch.tsandpublishSummaryOnly.ts.publishSummaryTool.ts.submitReviewandsubmitReviewTool.tsare gone.coerceReviewPayloadInputstays unused on that path.size/size:<TOKEN>), not Effort. ADR 0025 namessubmit_specialist_brief.code-index-build. README,.env.example,docs/cursor-cloud.md,docs/operations.md, and landing topology do too. Worker/readyfails if that consumer is missing, even whenCODE_INDEX_MODE=off.docs/configuration.mdnames the real files forPR_ACTOR_LEASE_DEFER_SECONDS,TRIAGE_CONTROL_PATH_PATTERNS, and the legacy review sentinels.APP_FIELDSlists workflow runs, check suites, Checks read/write, and Actions read./verifyand/cancel./triageis apply-mode. Docs-only copy is the auto allowlist path, not a size-based skip. Every review still runs all four specialists. Provider copy says review context goes to the configured model provider.Details
Worker consumers.
WORKER_CONSUMER_QUEUESalways includescode-index-build. Operator lists that omitted it now matchsrc/agentWork/workerHealth.ts.Landing copy.
site/lib/content.tsfeeds the React page,renderHomeMarkdown(), andsite/public/llms.txt.Constant homes. Values are unchanged. The rows now name
src/agentWork/prActorLease.ts,src/agent/triage/triageWritePolicy.ts, andsrc/settings/legacyReviewLenses.ts.Checks
nub exec vitest run test/llmsKnowledge.test.ts test/siteDocuments.test.ts test/settingsInventory.test.ts test/siteHttp.test.ts: 79/79 passednub run check:effect-versions,check:prod-deps,check:code,build: exit 0nub run testcan still hit local-workspace git-checkout timeouts. Those failures are unrelated to this docs/site diff.PR Agent Description
PR Type
Enhancement, Documentation
Description
/verifyslash command that rechecks open findings against the current head, closing fixed ones quietly./verifytrigger alongside existing commands.submitReviewtopublish_summaryrename and the new publish path modules.